iframe {
  display: none;
}

h1, h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.el-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.Home-banner-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-element-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#main.isHome {
  padding-top: 0;
  min-height: 100%;
  width: 100%;
  position: relative;
}

.Home {
  position: relative;
  background: #fff;
  padding-top: 72px;
}

.home-more-text {
  font-size: 16px;
  margin: 50px 0 6px 0;
  font-weight: bold;
  line-height: 26px;
}

.home-more-text strong {
  display: inline;
  color: yellow;
}

.home-contain-word {
  margin: 0 auto 60px;
  text-align: center;
}

.home-contain-word .home-big-word {
  display: block;
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  color: #000000;
}

.home-contain-word .home-small-word {
  display: block;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
  color: #787878;
}

.home-contain-word .home-white-line {
  height: 6px;
  width: 63px;
  background-position: -342px -364px;
}

.home-anime-platform {
  position: relative;
  overflow: hidden;
  height: 555px;
  width: 100%;
}

.home-anime-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.home-anime-bg.loading {
  background-color: #4AC295;
}

.home-addQQ {
  margin: auto 0px;
  position: relative;
  height: 36px;
  width: 416px;
  color: #fff;
  background-image: url(../images/qq_bg.png);
}

.home-addQQ span {
  display: inline-block !important;
  position: absolute;
  height: 36px;
  line-height: 36px;
  width: 280px;
  top: 0px;
  left: 0px;
  margin-left: 15px;
  font-weight: 400;
  font-size: 14px;
}

.home-addQQ .home-qqPic {
  cursor: pointer;
  top: 4px;
  position: absolute;
  margin-left: 0px;
  margin-top: 1px;
  left: 290px;
  height: 26px;
  width: 102px;
  background-position: 0px -36px;
  background-image: url(../images/weChat.png);
}

.home-addQQ .home-qqPic .home-weChat {
  display: none;
  position: absolute;
  width: 160px;
  top: 35px;
  left: -30px;
}

.home-addQQ .home-qqPic:hover .home-weChat {
  display: block;
}

.home-addQQ .home-qqPic:hover {
  background-position: 0px -101px;
}

.home-addQQ .home-qqPic:active {
  background-position: 0px -70px;
}

.home-anime-platform .home-container {
  padding: 45px 15% 0px;
}

.home-anime-platform .home-word-wrapper {
  color: #fff;
}

.home-anime-platform .home-word-wrapper span {
  display: block;
}

.home-anime-platform .home-word-wrapper .home-people-use {
  letter-spacing: 1.5px;
  font-size: 52em;
  font-weight: 700;
  line-height: 75.3px;
}

.home-anime-platform .home-word-wrapper .home_desc_list {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.home-anime-platform .home-word-wrapper .home_desc_list .home_desc_item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.home_desc_list .home_desc_item span:last-of-type {
  flex: 1;
}

.home-anime-platform .home-word-wrapper .home_desc_list .desc_circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #04C696;
  text-align: center;
}

.home-anime-platform .home-word-wrapper .home-rich-anime {
  margin: 10px 0 26px 0;
  font-size: 21px;
}

.home-make-btn {
  margin-top: 50px;
  width: 240px;
  height: 60px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #00C68A;
  align-items: center;
}

.home-anime-platform .home-word-wrapper .home-make-btn:hover {
  background-color: #edfffd;
}

.home-anime-platform .home-word-wrapper .home-make-btn:active {
  background-color: #d5faf6;
}

.home-picture-wrapper {
  max-width: 694px;
}

.home-anime-platform .home-picture-wrapper {
  cursor: pointer;
  position: relative;
}

.home-anime-platform .home-picture-wrapper:hover .playIcon {
  background-position: -19px -13px;
}

.home-picture-wrapper .playIcon {
  cursor: pointer;
  top: 50%;
  position: absolute;
  left: 50%;
  height: 80px;
  width: 80px;
  transform: translate(-40px, -40px);
  background-position: -113px -16px;
  background-image: url(../images/playIcon.png);
}

.home-anime-platform .home-picture-wrapper video {
  position: absolute;
  top: 13%;
  left: 1.65%;
  width: 87.91%;
  height: 84.7%;
  outline: none;
  background: #000;
  border-radius: 6px;
}

.home-browser {
  /* height: 100%; */
  width: 100%;
  position: relative;
}

.home-anime-platform .home-picture-wrapper .home-plant, .home-anime-platform .home-picture-wrapper .home-work, .home-anime-platform .home-picture-wrapper .home-browser-bg {
  position: absolute;
}

.home-anime-platform .home-picture-wrapper .home-work {
  top: 62%;
  left: 109%;
  transform: translateX(-50%);
}

.home-anime-platform .home-picture-wrapper .home-plant {
  top: 70%;
  left: -10px;
  transform: translateX(-70%);
}

.home-anime-platform .home-picture-wrapper .home-browser-bg {
  top: 80%;
  transform: translateX(-9%);
}

.home-scene-case {
  padding-top: 90px;
  padding-bottom: 80px;
  /* background-color: #F5F9FB; */
}

.scene-list-box {
  position: relative;
  width: 85%;
  max-width: 1492px;
  margin: 0 auto 60px;
}

.scene-list-box .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.scene-list-box .arrow.left {
  left: -50px;
}

.scene-list-box .arrow.right {
  right: -50px;
}

.scene-scroll-wrapper {
  max-width: 1320px;
  overflow: auto hidden;
  padding: 0 0 10px;
  margin: 0 auto;
}

.scene-list {
  display: flex;
  gap: 30px;
}

.scene-list-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.scene-list-item .scene-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #333333;
}

.scene-list-item .scene-item:hover {
  color: #00C68A;
}

.scene-list-item.column {
  /*竖版*/
  flex-direction: row;
}

.scene-list-item .home-img-container {
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #D9D9D9;
  overflow: hidden;
}

.scene-list-item:not(.column) .home-img-container {
  width: 312px;
  height: 176px;
}

.scene-list-item.column .home-img-container {
  width: 238px;
  height: 412px;
}

.scene-list-item .home-img-container img {
  width: 100%;
  height: 100%;
}

.scene-list-item .scene-item:hover .home-img-container img {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.home-scene-case .home-scene-title {
  margin-bottom: 60px;
  font-size: 52px;
  font-weight: 400;
  line-height: 75.3px;
  text-align: center;
  color: #333333;
}

.home-case-tab {
  display: block;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #46be8a;
  font-size: 18px;
  font-weight: bold;
  margin: 50px auto 0 auto;
  cursor: pointer;
  border-radius: 4px;
}

.home-case-tab .tab-btn {
  width: 50%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  background: #E5F1EF;
}

.tab-btn.isActiveTab {
  background: #29C08D;
  color: #fff;
}

.home-case-tab .rowTab-btn {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.home-case-tab .colTab-btn {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.home-scene-case .home-second-title {
  text-align: center;
}

.home-scene-case .home-second-title .home-title {
  font-weight: bold;
  margin-right: 42px;
  cursor: pointer;
}

.home-scene-case .home-second-title .home-title:last-child {
  margin-right: 0px;
}

.home-scene-case .home-second-title .home-title:hover, .home-scene-case .home-second-title .home-title.home-selected {
  color: #46be8a;
}

.home-scene-case .home-contain-case {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: center;
}

.home-scene-case .home-contain-case .home-case-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  align-items: flex-start;
  align-content: flex-start;
  max-width: 1340px;
  color: #606060;
}

.home-scene-case .home-contain-case .home-case {
  cursor: pointer;
  margin: 15px;
  transition: all 0.2s;
  color: #606060;
  display: block;
}

.home-scene-case .home-contain-case .home-case:hover {
  color: #46be8a;
}

.home-scene-case .home-contain-case .home-case:hover .home-img-container img {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.home-scene-case .home-contain-case .home-img-container {
  border-radius: 6px;
  height: 192px;
  width: 305px;
  overflow: hidden;
}

.home-scene-case .home-contain-case .col-wrapper .home-img-container {
  height: 421px;
  width: 237px;
}

.home-scene-case .home-contain-case .home-case-title {
  margin-top: 15px;
  text-align: -webkit-center;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.home-scene-case .home-contain-case img {
  height: 100%;
  width: 100%;
}

.home-floatWord {
  float: right;
  margin-right: 12%;
}

.home-floatImg {
  float: left;
}

.home-detail-explain {
  padding: 90px 0 0 0;
  margin-bottom: 10px;
}

.home-detail-explain.lastExplain {
  margin-bottom: 150px;
}

.home-detail-explain img {
  /* height: 100%; */
  width: 100%;
}

.home-detail-explain .home-title {
  font-size: 40px;
  color: #333333;
  text-align: left;
  margin-bottom: 30px;
}

.home-detail-explain p {
  text-align: left;
  max-width: 450px;
  font-size: 18px;
  padding-right: 20px;
  line-height: 34px;
}

.home-detail-explain .home-explain-word {
  padding: 20% 0;
}

.home-using-xiu {
  background-image: url("../images/moreFunctionBg.png");
  background-size: 100% 100%;
  padding: 120px 0;
  text-align: center;
}

.home-using-xiu .home-desc {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.home-using-xiu .home-desc .home-contain-info {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 85%;
  max-width: 1320px;
}

.home-using-xiu .home-desc .home-info {
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 248px;
  min-height: 324px;
  padding: 30px 20px;
  background-color: #ffffff;
  border: 1px solid #E8EFF3;
  border-radius: 12px;
}

.home-using-xiu .home-desc .home-info img {
  /*float: left;*/
}

.home-using-xiu .home-desc .home-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #000000;
}

.home-info-box {
  display: flex;
  gap: 10px;
  text-align: left;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}

.home-info-box .name {
  color: #000000;
}

.home-info-box .type {
  color: #787878;
  font-size: 14px;
}

.home-using-xiu .home-desc .home-info .home-contain-icon {
  height: 133px;
  padding-top: 22px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.home-using-xiu .home-desc .home-info .home-contain-icon.home-new {
  background: #cc7088;
}

.home-using-xiu .home-desc .home-info .home-contain-icon.home-taobao {
  background: #6797b1;
}

.home-using-xiu .home-desc .home-info .home-contain-icon.home-printing {
  background: #6cbdb4;
}

.home-using-xiu .home-desc .home-info .home-contain-icon.home-advertise {
  background: #518195;
}

.home-using-xiu .home-desc .home-info .home-contain-icon.home-market {
  background: #f1aa75;
}

.home-using-xiu .home-desc .home-info .home-contain-icon .home-icon-word {
  height: 60px;
  margin: auto;
  width: 80px;
  margin-bottom: 10px;
}

.home-using-xiu .home-desc .home-info .home-contain-icon .home-icon-word .home-info-icon {
  width: 100%;
  height: 100%;
}

.home-using-xiu .home-desc .home-info .home-contain-icon .home-icon-word .home-info-icon.home-new-icon {
  background-position: -1px -216px;
}

.home-using-xiu .home-desc .home-info .home-contain-icon .home-icon-word .home-info-icon.home-taobao-icon {
  background-position: -80px -216px;
}

.home-using-xiu .home-desc .home-info .home-contain-icon .home-icon-word .home-info-icon.home-printing-icon {
  background-position: -157px -216px;
}

.home-using-xiu .home-desc .home-info .home-contain-icon .home-icon-word .home-info-icon.home-advertise-icon {
  background-position: -235px -216px;
}

.home-using-xiu .home-desc .home-info .home-contain-icon .home-icon-word .home-info-icon.home-market-icon {
  background-position: -314px -216px;
}

.home-using-xiu .home-desc .home-info .home-contain-icon span {
  text-align: center;
  color: white;
}

.home-using-xiu .home-desc .home-info:hover {
  transform: translateY(-10px);
}

.home-design-traver {
  padding: 120px 0;
}

.home-design-traver .home-contain-word .home-green-line {
  height: 6px;
  width: 63px;
  background-position: -342px -342px;
}

.home-design-traver .home-design-step {
  position: relative;
  margin: 0 auto 60px;
  max-width: 1320px;
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px 10px;
}

.home-step-bg {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 687px;
  height: 182px;
}

.home-step-icon {
  margin-bottom: 16px;
}

.home-design-step .home-step-word {
  padding: 30px;
  max-width: 340px;
  width: 35%;
  min-height: 204px;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  text-align: center;
  z-index: 1;
}

.home-step-word.select {
  top: 215px;
  left: 0px;
}

.home-step-word.edit {
  top: 185px;
  left: 450px;
}

.home-step-word.share {
  top: 125px;
  left: 850px;
}

.home-design-step .home-desc-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}

.home-design-step .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #787878;
}

.home-btn {
  display: block;
  width: 240px;
  height: 60px;
  background: #00C68A;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
}

.home-btn.more-temp {
  width: 195px;
}

.home-btn:hover .home-btn-word {
  transform: translateX(-15px);
}

.home-btn:hover .home-open {
  transform: translateX(15px);
}

.home-btn .home-btn-word {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  padding-top: 16px;
  transition: all 0.2s;
}

.home-btn .home-open {
  height: 30px;
  width: 14px;
  transition: all 0.2s;
  background-position: -385px -298px;
}

.home-design-traver .home-wave-pic {
  height: 158px;
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  transition: all 7s;
}

.el-popup-parent--hidden {
  padding-right: 0px !important;
}

.el-dialog__wrapper {
  overflow: hidden;
}

.home-lightBox .el-dialog__header {
  padding: 0px !important;
}

.home-lightBox .el-dialog__body {
  padding: 0px !important;
}

.home-lightBox .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}

.home-lightBox .el-dialog__headerbtn {
  font-size: 30px;
  top: -3px !important;
  right: -40px !important;
}

@keyframes wave {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.home-lightBox {
  margin-top: 0px !important;
}

.isHome .el-dialog__wrapper {
  top: 10vh !important;
}

.edit-introduce-container .eidt-introduce-item {
  padding: 80px 0px;
  display: flex;
  justify-content: center;
}

.edit-introduce-container .item-word-container {
  max-width: 736px;
}

.edit-introduce-container .eidt-introduce-item .el-row {
  max-width: 1320px;
}

.edit-introduce-container .item-contain-picture img {
  width: 100%;
}

.item-word {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 462px;
}

.edit-introduce-container .item-word.float-word {
  float: right;
}

.edit-introduce-container .item-Img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.edit-introduce-container .item-title {
  color: #000000;
  font-size: 52px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
  margin-bottom: 30px;
}

.item-title .eidt-introduce-icon {
  background-image: url(../images/index_icon.png);
  background-position: 0px -4px;
  transform: translate(-5px, 13px);
  width: 55px;
  height: 55px;
  display: inline-block;
}

.item-title .eidt-introduce-icon.iconA {
  background-position: 0px -4px;
}

.item-title .eidt-introduce-icon.iconB {
  background-position: 273px -4px;
}

.item-title .eidt-introduce-icon.iconC {
  background-position: 203px -4px;
}

.item-title .eidt-introduce-icon.iconD {
  background-position: 132px -4px;
}

.item-title .eidt-introduce-icon.iconE {
  background-position: 63px -4px;
}

.edit-introduce-container .item-word p {
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #787878;
}

.promotion {
  display: inline-block;
  color: #FFEB3B;
  font-size: 17px;
  padding-bottom: 15px;
  font-weight: bold;
}

.promotion:hover {
  text-decoration: underline;
}


.home-addQQ .home-qqPic .onsale-mask-container {
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 8px;
  height: 80%;
  width: 80%;
}

.home-addQQ .home-qqPic .onsale-mask {
  height: 220%;
  width: 220%;
  position: absolute;
  bottom: 100%;
  right: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  animation: mask 2s infinite;
}

.update-browser-panel {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background-color: #7227D8;
  background-image: url("/_web/common/images/promotion/ie-bg-pic.png");
  background-size: cover;
  /*兼容ie7*/
  position: absolute;
}

.update-browser-panel .content-panel {
  width: 85%;
  height: 100%;
  margin: 0 auto;
}

.update-browser-panel .content-panel .tips-panel {
  width: 47%;
  color: #FFFFFF;
  line-height: 60px;
  float: left;
}

.update-browser-panel .content-panel .tips-panel p {
  font-size: 20px;
}

.update-browser-panel .content-panel .btn-panel {
  width: 53%;
  height: 40px;
  float: left;
  margin-top: 10px;
}

.update-browser-panel .content-panel .btn-panel .btn {
  width: 220px;
  height: 100%;
  margin-right: 10px;
  border-radius: 25px;
  background: #935CE3;
  position: relative;
  float: left;
  cursor: pointer;
}

.update-browser-panel .content-panel .btn-panel a {
  color: transparent;
}

.update-browser-panel .content-panel .btn-panel .btn .ico-panel {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  top: 5px;
  left: 10px;
}

.update-browser-panel .content-panel .btn-panel .btn .ico-panel img {
  width: 100%;
  height: 100%;
}

.update-browser-panel .content-panel .btn-panel .btn .title-panel {
  color: #FFFFFF;
  font-size: 15px;
  position: absolute;
  left: 50px;
  top: 10px;
}

@media screen and (min-width: 1200px) {
  .home-anime-platform .home-word-wrapper {
    margin-bottom: 60px;
    margin-top: 30px;
  }

  .home-picture-wrapper {
    margin-left: 0 !important;
  }

  .el-row {
    width: 100% !important;
  }
}

@media screen and (max-width: 1357px) {
  .home-scene-case .home-contain-case .home-case-wrapper {
    justify-content: center !important;
  }
}

@media screen and (max-width: 1199px) {
  .home-anime-platform .home-word-wrapper .home_desc_list {
    margin: 15px auto 0 !important;
    display: inline-flex !important;
  }

  .home-anime-platform .home-word-wrapper .home_desc_item {
    text-align: left;
  }

  .Home .home-scene-case {
    padding-bottom: 45px;
  }

  .Home .edit-introduce-container .eidt-introduce-item {
    padding: 45px 0;
  }

  .edit-introduce-container .eidt-introduce-item .item-word {
    height: auto !important;
    padding-bottom: 30px;
  }

  .Home .edit-introduce-container {
    /* margin: 120px auto 15px; */
    max-width: 1400px;
  }

  .edit-introduce-container .eidt-introduce-item .item-word .item-title {
    text-align: center;
    font-size: 30px;
  }

  .edit-introduce-container .eidt-introduce-item .item-Img {
    height: auto;
    min-height: auto;
  }

  .Home-banner-row {
    display: block !important;
  }

  .home-addQQ {
    margin: auto !important;
  }

  .home-addQQ .home-qqPic {
    margin-left: 12px !important;
  }

  .banner-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .home-container {
    padding: 0 20% !important;
    margin-bottom: 30px;
  }

  .home-anime-platform {
    height: auto !important;
    padding-top: 90px;
  }

  .home-word-wrapper {
    padding: 0px 36px 0px 36px !important;
    text-align: center;
  }

  .home-picture-wrapper {
    width: 70%;
  }

  .home-anime-platform .home-container {
    padding: 45px 12% 0px;
  }

  .home-make-btn {
    margin: 30px auto 0;
  }

  .home-explain-word {
    padding: 0px !important;
  }

  .home-explain-word .home-title, .home-explain-word p {
    text-align: center !important;
    margin: 0 auto !important;
  }

  .home-detail-explain {
    padding: 10% 10% !important;
  }

  .home-floatWord {
    float: none !important;
  }

  .home-floatImg {
    float: none !important;
    margin-right: 0px !important;
  }

  /* 设计步骤，屏幕小于1200时背景图不适用，布局改为flex */
  .Home .home-design-traver .home-design-step {
    width: auto;
    height: auto;
    /*margin: 30px auto 60px;*/
    position: inherit;
    display: flex;
    justify-content: space-around;
    text-align: center;
    background-image: none;
  }

  .home-design-traver .home-design-step .home-step-word {
    position: inherit;
  }

  .home-design-step {
    flex-direction: column;
    align-items: center;
  }

  .home-step-bg {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .scene-list-box .arrow {
    display: none;
  }
}

@media screen and (max-width: 776px) {
  .Home .edit-introduce-container .eidt-introduce-item {
    padding: 30px 0;
  }

  .Home .home-design-traver .home-design-step {
    width: auto;
    height: auto;
    margin: 30px auto 0 auto;
    position: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background-image: none;
  }

  .home-design-traver .home-design-step .home-step-word {
    position: inherit;
    width: 100%;
  }

  .home-design-traver .home-design-step .home-step-word.edit {
    margin-top: 30px;
  }

  .home-design-traver .home-design-step .home-step-word.share {
    margin-top: 30px;
  }

  .home-container {
    padding: 0 !important;
  }

  .home-explain-word {
    padding-top: 0px !important;
  }

  .home-explain-word .home-title, .home-explain-word p {
    text-align: center !important;
  }

  .home-floatWord {
    float: none !important;
  }

  .home-floatImg {
    float: none !important;
    margin-right: 0px !important;
  }

  .home-design-traver .contain-step {
    flex-wrap: wrap;
  }

  .home-design-traver .home-next {
    display: none;
  }

  .home-design-traver .home-step {
    margin: 0 0 20px 0 !important;
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .home-design-traver .home-step:last-child {
    margin: 0 0 0 0 !important;
  }

  .home-design-traver {
    padding: 60px 0;
  }

  .home-btn {
    margin-top: 20px !important;
    overflow: hidden;
    padding: 10px 0 0 50px;
    height: 42px !important;
  }

  .home-btn .home-btn-word {
    padding-top: 0 !important;
    float: left;
    font-size: 16px !important;
  }

  .home-btn .home-open {
    height: 21px !important;
    background-position: -385px -311px !important;
    float: left !important;
    margin-left: 5px !important;
  }

  .home-design-traver .home-design-step .home-step-word {
    margin-top: 15px !important;
  }

  .Home .home-design-traver .home-design-step {
    margin-top: 10px !important;
  }

  .home-design-step .home-desc-title {
    font-size: 18px !important;
  }

  .home-design-step .desc {
    font-size: 14px !important;
  }

  .bottom-friendLinks {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/*phone*/
@media screen and (max-width: 645px) {
  .Home .home-scene-case {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .Home .home-scene-case .home-scene-title {
    /* font-size: 30px; */
    font-size: 26px !important;
    margin-bottom: 20px !important;
  }

  .home-scene-case .home-contain-case.vertical .home-case-wrapper a:last-child {
    display: none;
  }

  .home-scene-case .home-contain-case .home-case {
    margin: 6px !important;
  }

  .home-scene-case .home-contain-case .home-img-container {
    width: 160px !important;
    height: auto !important;
  }

  .home-scene-case .home-contain-case img {
    width: 160px !important;
    height: auto !important;
  }

  .home-scene-case .home-contain-case .home-case-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    width: 160px;
  }

  .edit-introduce-container .item-word-container {
    max-width: 500px;
    width: 85%;
  }

  .Home .edit-introduce-container .eidt-introduce-item .item-word .item-title {
    /* font-size: 30px; */
    white-space: nowrap;
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .edit-introduce-container .item-word p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .home-contain-word {
    margin: 0 auto 25px;
  }

  .Home .home-contain-word .home-big-word {
    /* font-size: 30px; */
    font-size: 20px;
    margin-bottom: 0px;
  }

  .Home .home-contain-word .home-small-word {
    font-size: 14px;
  }

  .banner-col {
    padding: 0 10px !important;
  }

  .home-anime-platform .home-word-wrapper .home-people-use {
    white-space: nowrap;
    font-size: 26px !important;
  }

  .home-anime-platform .home-word-wrapper .home-rich-anime {
    font-size: 14px !important;
    white-space: nowrap;
  }

  .banner-col .home-addQQ {
    width: 283px;
  }

  .banner-col .home-addQQ span {
    margin-left: 0px;
    font-size: 12px !important;
  }

  .banner-col .home-addQQ .home-qqPic {
    left: 85px;
    top: 40px;
  }

  .banner-video {
    margin-top: 20px !important;
  }

  .home-anime-platform .home-word-wrapper .home-make-btn {
    margin-top: 60px;
    height: 45px;
    line-height: 45px;
  }

  .promotion {
    font-size: 14px !important;
    white-space: nowrap;
  }

  .promotion:hover {
    text-decoration: none !important;
  }

  .home-contain-word .home-white-line {
    display: none !important;
  }

  .home-using-xiu {
    padding: 60px 0;
  }

  .home-using-xiu .home-desc {
    margin-top: 10px !important;
  }

  .home-using-xiu .home-desc .home-info {
    min-height: 100% !important;
    width: 200px !important;
    margin: 10px !important;
  }

  .home-using-xiu .home-desc .home-info:last-child {
    display: none;
  }

  .home-using-xiu .home-desc .home-info .home-contain-icon {
    height: 116px !important;
    padding-top: 14px !important;
  }

  .home-using-xiu .home-desc .home-info p {
    line-height: 22px !important;
    padding: 10px !important;
  }

  .home-anime-platform {
    padding-top: 42px !important;
  }

  .edit-introduce-container .item-contain-picture img {
    width: 85%;
    display: block;
    margin: 0 auto;
  }

  .home-anime-platform .home-word-wrapper .home_desc_list {
    font-size: 15px;
  }

  .home-anime-platform .home-word-wrapper .home_desc_list .desc_circle {
    height: 18px;
    width: 18px;
  }
}
